hasFill

abstract fun hasFill(block: DesignBlock): Boolean

Deprecated

Use supportsFill instead.

Replace with

this.supportsFill(block)

Query if the given block has fill color properties.

Return

true if the block has fill color properties, false otherwise.

Parameters

block

the block to query.